home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / REGUS.XPI / bin / searchplugins / jeeves.src < prev   
Encoding:
Text File  |  2006-09-10  |  848 b   |  32 lines

  1. # Mozilla/AskJeeves plug-in (sspitzer@mozilla.org)
  2. #
  3. # I started with amitp+mozilla@google.com google plugin (google.src)
  4. # and jeeves.src from the mycroft guys
  5. # Erich Iseli <sherlock@iseli.org>, Julius Ross <juliusross@mac.com>
  6. # and modified it to work for ask.com
  7.  
  8. <search 
  9.    name="AskJeeves"
  10.    description="Ask Jeeves"
  11.    method="GET"
  12.    action="http://web.ask.com/web"
  13. >
  14.  
  15. <input name="q" user>
  16. <input name="o" value="0">
  17. <input name="qsrc" value="64">
  18. <input name="askbutton.x" value="0">
  19. <input name="askbutton.y" value="0">
  20. <inputnext name="page" factor="1">
  21. <inputprev>
  22.  
  23. <interpret 
  24.     browserResultType="result" 
  25.     resultListStart = '<div id="result">'
  26.     resultListEnd = '<div id="resultspagingstrip"'
  27.     resultItemStart = '<div class="m8">'
  28.     resultItemEnd = '<div id="resultBottom'
  29. >
  30.  
  31. </search>
  32.